<<<<<<< HEAD ======= >>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
library(tidyverse)
<<<<<<< HEAD
## Warning: package 'tidyverse' was built under R version 3.4.2
## ── Attaching packages ───────────────────────────────────────────────────── tidyverse 1.2.0 ──
## ✔ ggplot2 2.2.1     ✔ purrr   0.2.4
## ✔ tibble  1.3.4     ✔ dplyr   0.7.4
## ✔ tidyr   0.7.2     ✔ stringr 1.2.0
## ✔ readr   1.1.1     ✔ forcats 0.2.0
## Warning: package 'tidyr' was built under R version 3.4.2
## Warning: package 'purrr' was built under R version 3.4.2
## Warning: package 'dplyr' was built under R version 3.4.2
## ── Conflicts ──────────────────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
library(haven)
library(readxl)
library(janitor)
library(ggmap)
library(plotly)
=======
## Loading tidyverse: ggplot2
## Loading tidyverse: tibble
## Loading tidyverse: tidyr
## Loading tidyverse: readr
## Loading tidyverse: purrr
## Loading tidyverse: dplyr
## Conflicts with tidy packages ----------------------------------------------
## filter(): dplyr, stats
## lag():    dplyr, stats
library(haven)
library(readxl)
library(janitor)
library(ggmap)
## Warning: package 'ggmap' was built under R version 3.4.3
library(plotly)
## Warning: package 'plotly' was built under R version 3.4.2
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggmap':
## 
##     wind
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(stringr)

clean data

nyc_jobs<- read.csv("NYC_Jobs.csv") %>%
  clean_names() %>%
  filter(job_category!= " ", 
         full_time_part_time_indicator!=" ", 
         preferred_skills!= " ",
         work_location!=" ") %>%
  head(2500) #google map limited to 2500
nyc_jobs$job_category<- as.character(nyc_jobs$job_category)

#combine job category (function?)
for (i in 1:2500) {
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("engineering", ignore_case = TRUE))] <- "Engineering"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("finance", ignore_case = TRUE))] <- "Finance"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("legal", ignore_case = TRUE))] <- "Legal Affairs"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("technology", ignore_case = TRUE))] <- "Technology"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("policy", ignore_case = TRUE))] <- "Policy"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("communi", ignore_case = TRUE))] <- "Community"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("clerical", ignore_case = TRUE))] <- "Clerical"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("social service", ignore_case = TRUE))] <- "Social service"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("public safety", ignore_case = TRUE))] <- "Public safety"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("administration", ignore_case = TRUE))] <- "Administration"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("operations", ignore_case = TRUE))] <- "Maintance"
    nyc_jobs$job_category[[i]][str_detect(nyc_jobs$job_category[[i]],regex("maintenance ", ignore_case = TRUE))] <- "Maintance"
    
}


# change unit of salary and calculate mean
nyc_jobs$salary_frequency<-as.character((nyc_jobs$salary_frequency))
nyc_jobs$salary_range_from<- as.numeric(nyc_jobs$salary_range_from)
nyc_jobs$salary_range_to<- as.numeric(nyc_jobs$salary_range_to)

#function?
nyc_jobs$salary_range_from <- with(nyc_jobs, ifelse(salary_frequency == "Hourly", salary_range_from*1825,salary_range_from))
nyc_jobs$salary_range_to <- with(nyc_jobs, ifelse(salary_frequency == "Hourly", salary_range_to*1825,salary_range_to))
nyc_jobs$salary_range_from <- with(nyc_jobs, ifelse(salary_frequency == "Daily", salary_range_from*365*5/7,salary_range_from))
nyc_jobs$salary_range_to <- with(nyc_jobs, ifelse(salary_frequency == "Daily", salary_range_to*365*5/7,salary_range_to))

nyc_jobs<-mutate(nyc_jobs,salary_frequency="Annual") %>%
          mutate(salary_mean = (salary_range_to-salary_range_from)/2+salary_range_from)


# get lon and lat
nyc_jobs$work_location<-as.character(nyc_jobs$work_location)
geo <- geocode(location = nyc_jobs$work_location, output="latlon", source="google")
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20for%20Exec%20Proj%20Manager&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Office for
## Exec Proj Manager"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20for%20Exec%20Proj%20Manager&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Office for
## Exec Proj Manager"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=CP%20Cap%20Plan-Technical%20Planning&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "CP Cap Plan-
## Technical Planning"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=CP%20Cap%20Plan-Technical%20Planning&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "CP Cap Plan-
## Technical Planning"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Church%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Heating%20Mgt-Operations&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## Warning in readLines(connect, warn = FALSE): cannot open URL 'http://
## maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,
## %20Bronx&sensor=false': HTTP status was '500 Internal Server Error'
## Warning in FUN(X[[i]], ...):   geocoding failed for "1826 Arthur Ave., Bronx".
##   if accompanied by 500 Internal Server Error with using dsk, try google.
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=158%20E%20115Th%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=158%20E%20115Th%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=158%20E%20115Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=158%20E%20115Th%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=60%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=60%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=890%20Garrison%20Avenue&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=890%20Garrison%20Avenue&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=465%20Columbus%20Ave.%20Valhalla,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=465%20Columbus%20Ave.%20Valhalla,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=465%20Columbus%20Ave.%20Valhalla,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=465%20Columbus%20Ave.%20Valhalla,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=259%20Bristol%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=259%20Bristol%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=53-15%2058Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=53-15%2058Th%20St.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=53-15%2058Th%20St.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=53-15%2058Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "1 Centre
## Street Ny, Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=600%20W%20168Th%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=600%20W%20168Th%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Architecture&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Architecture&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Architecture&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Architecture&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150-14%20Jamaica%20Ave&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150-14%20Jamaica%20Ave&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150-14%20Jamaica%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Equal%20Opportunity%20Department&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Equal%20Opportunity%20Department&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Equal%20Opportunity%20Department&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Equal%20Opportunity%20Department&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3701%20Jerome%20Ave,%20Bx%20NY%2010467&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3701%20Jerome%20Ave,%20Bx%20NY%2010467&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=7870%20State%20Rd%2042%20Grahamsville,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3701%20Jerome%20Ave,%20Bx%20NY%2010467&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3701%20Jerome%20Ave,%20Bx%20NY%2010467&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Po%20Box%2093%20Woodlawn,%20Bronx&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Po%20Box%2093%20Woodlawn,%20Bronx&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Po%20Box%2093%20Woodlawn,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151%20East%20151st%20St,%20Bronx,%20NY&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151%20East%20151st%20St,%20Bronx,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=60%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=60%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=686%20Beaverkill%20Road&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=686%20Beaverkill%20Road&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Wards%20Island,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=677%20Beaverkill%20Road&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=677%20Beaverkill%20Road&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=677%20Beaverkill%20Road&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=26%20Central%20Avenue,%20S.I.,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=26%20Central%20Avenue,%20S.I.,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75%20Park%20Place%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Marlboro&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Marlboro&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=177%20E%20123Rd%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=177%20E%20123Rd%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=177%20E%20123Rd%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=177%20E%20123Rd%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=677%20Beaverkill%20Road&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=677%20Beaverkill%20Road&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=88-20%20Pitkin%20Ave.,%20Ozone%20Park&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=88-20%20Pitkin%20Ave.,%20Ozone%20Park&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Engineering&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Engineering&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Engineering&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Design-Engineering&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120-55%20Queens%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120-55%20Queens%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120-55%20Queens%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120-55%20Queens%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20West%20136th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20West%20136th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12%20W%2014Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12%20W%2014Th%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=520%201St%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=109%20E%2016Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=109%20E%2016Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=109%20E%2016Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=109%20E%2016Th%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=17%20Bristol%20Street%20Brooklyn%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=17%20Bristol%20Street%20Brooklyn%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=17%20Bristol%20Street%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20employee%20benefits&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20particularly%20Excel&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = " particularly
## Excel"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20maximizing%20space%20utilization%20by%20leading%20the%20effort%20to%20enforce%20equitable%20space%20and%20design%20standards%20and%20allocations&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = " maximizing
## space utilization by leading the effort to enforce equitable space and
## design standards and allocations"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20perform%20recurring%20data%20archival&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = " perform
## recurring data archival"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Analysis%20&%20Reporting&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Analysis%20&%20Reporting&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=88-26%20Pitkin%20Avenue&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1932%20Arthur%20Ave,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1932%20Arthur%20Ave,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Analysis%20&%20Reporting&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Analysis%20&%20Reporting&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=88-26%20Pitkin%20Avenue&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1932%20Arthur%20Ave,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1932%20Arthur%20Ave,%20Bronx&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=500%20Hamilton%20Ave.,%20Brooklyn&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=500%20Hamilton%20Ave.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Capital%20Projects-VP&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Capital
## Projects-VP"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Capital%20Projects-VP&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Capital
## Projects-VP"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Warning in readLines(connect, warn = FALSE): URL 'http://
## maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false':
## status was 'Couldn't connect to server'
## Warning in FUN(X[[i]], ...):   geocoding failed for "Not Used".
##   if accompanied by 500 Internal Server Error with using dsk, try google.
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=500%20Hamilton%20Ave.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Capital%20Projects-VP&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Capital
## Projects-VP"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Capital%20Projects-VP&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "Capital
## Projects-VP"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=329%20Greenpoint%20Ave.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130-30%2028th%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20Street%20Ny,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=890%20Garrison%20Avenue&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=20%20Nyc%20Highway%2030A%20Downsville,&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=20%20Nyc%20Highway%2030A%20Downsville,&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=20%20Nyc%20Highway%2030A%20Downsville,&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=15%20Metrotech&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20Public%20Information&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=REES%20-%20Adult%20Ed%20&%20Training&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "REES - Adult
## Ed & Training"
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=REES%20-%20Adult%20Ed%20&%20Training&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=REES%20-%20Adult%20Ed%20&%20Training&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Warning: geocode failed with status ZERO_RESULTS, location = "REES - Adult
## Ed & Training"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=52-35%2058Th%20St.,%20Woodside,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=EVP-NextGen%20Ops&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=EVP-NextGen%20Ops&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate-EVP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate-EVP&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=235%20E%2020Th%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=235%20E%2020Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20logging%20cases&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=EVP-NextGen%20Ops&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=EVP-NextGen%20Ops&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate-EVP&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate-EVP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=235%20E%2020Th%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=235%20E%2020Th%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=303%209Th%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=303%209Th%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "160 West
## 100Th Street Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=303%209Th%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "253
## Broadway New York Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=303%209Th%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "44 Beaver
## St., N.Y."
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "42-09
## 28th Street"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12%20W%2014Th%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12%20W%2014Th%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=139%20Myrtle%20Ave.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=139%20Myrtle%20Ave.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = "59-17
## Junction Blvd Corona Ny"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=10%20Walker%20Rd,%20Valhalla%20NY10595&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=335%20Adams%20Street,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Metro%20Tech%204Th%20Flr,%20Rm%20418&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=160%20West%20100Th%20Street%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1826%20Arthur%20Ave.,%20Bronx&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law-Tort%20Division&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law-Tort%20Division&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law-Tort%20Division&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law-Tort%20Division&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Real%20Estate%20Development-VP&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Boro%20Hall%20Richmond,%20Staten%20Isl&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Boro%20Hall%20Richmond,%20Staten%20Isl&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31-00%2047%20Ave,%203%20FL,%20LIC%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20and%20diverse%20environment.,GroupBox1%20%09%20%09**IMPORTANT%20NOTES%20TO%20ALL%20CANDIDATES:%20%20Please%20note:%20%20If%20you%20are%20called%20for%20an%20interview%20you%20will%20be%20required%20to%20bring%20to%20your%20interview%20copies%20of%20original%20documentation&sensor=false
## Warning: geocode failed with status ZERO_RESULTS, location = " and diverse
## environment.,GroupBox1 **IMPORTANT NOTES TO ALL CANDIDATES: Please note:
## If you are called for an interview you will be required to bring to your
## interview copies of original documentation"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=%20policies&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Boro%20Hall%20Richmond,%20Staten%20Isl&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Boro%20Hall%20Richmond,%20Staten%20Isl&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=225%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=225%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Jackson&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Jackson&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=225%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=225%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Jackson&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Jackson&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=161%20William%20St%20%20New%20York%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=161%20William%20St%20%20New%20York%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Bay%20St.,%20S.I.,Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-48%20Linden%20Place&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-48%20Linden%20Place&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-37%20Parsons%20Blvd.,%20Queens&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=48-34%2035Th%20St.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Compliance%20&%20Training&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-33%20Junction%20Blvd%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-33%20Junction%20Blvd%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165-15%20Archer%20Ave.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165-15%20Archer%20Ave.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-33%20Junction%20Blvd%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-33%20Junction%20Blvd%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165-15%20Archer%20Ave.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165-15%20Archer%20Ave.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=94%20Old%20Broadway,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=94%20Old%20Broadway,%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=94%20Old%20Broadway,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=94%20Old%20Broadway,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=94%20Old%20Broadway,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=34-02%20Queens%20Boulevard%20Long%20Is&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12-26%2031St%20Avenue%20Queens,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=12-26%2031St%20Avenue%20Queens,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Floyd%20Bennett,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Floyd%20Bennett,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=161%20William%20St%20%20New%20York%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=161%20William%20St%20%20New%20York%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law%20Dept-Civil%20Litigation&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Law%20Dept-Civil%20Litigation&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=88-26%20Pitkin%20Avenue&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=105%20St%20&%205%20Ave&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=16%20Court%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=16%20Court%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=3030%20Third%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24-55%20Bklyn%20Qns%20Expy%20Woodside&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Brownsville&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Brownsville&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=455%20First%20Ave.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2%20Lafayette%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=137%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2238%20Fifth%20Ave%20New%20York&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Lefrak%20City,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Lefrak%20City,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Lefrak%20City,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Lefrak%20City,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=295%20Flatbush%20Ext%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Police%20Plaza,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%204th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=282%20East%203Rd%20St.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=282%20East%203Rd%20St.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-75%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=282%20East%203Rd%20St.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=282%20East%203Rd%20St.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-75%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Church%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=182%20Joline%20Ave,%20Staten%20Isl&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=182%20Joline%20Ave,%20Staten%20Isl&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%207th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%207th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Metro%20Tech,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Metro%20Tech,%20Brooklyn%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=71%20Smith%20Avenue,%20Kingston,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Metro%20Tech,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Metro%20Tech,%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=130%20Stuyvesant%20Place,%20S.I.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=253%20Broadway%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20The%20Inspector%20Genera&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20The%20Inspector%20Genera&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20West%20125%20St,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=19%20Grant%20Sq.,%20Bklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20Metrotech,%20Brooklyn%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20The%20Inspector%20Genera&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20Of%20The%20Inspector%20Genera&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20West%20125%20St,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=19%20Grant%20Sq.,%20Bklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=44%20Beaver%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=492%20First%20Avenue,%20New%20York,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-75%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1309%20Fulton%20Ave%20Bronx&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%2012Th%20Fl.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55-30%2058Th%20St%20Maspeth%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55-30%2058Th%20St%20Maspeth%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20East%2059th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125-01%20Queens%20Blvd.,%20Queens&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125-01%20Queens%20Blvd.,%20Queens&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125-01%20Queens%20Blvd.,%20Queens&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125-01%20Queens%20Blvd.,%20Queens&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Administration&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20Jay%20St,%20Brooklyn%20%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20Jay%20St,%20Brooklyn%20%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Ave,%20Jamaica%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Ave,%20Jamaica%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Ave,%20Jamaica%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Ave,%20Jamaica%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=22%20Reade%20St,%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=233%20Broadway&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=275-285%20Bergen%20St,%20Brooklyn%20Ny&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Arsenal%20830%20Fifth%20Ave,%20New%20Yor&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=890%20Garrison%20Avenue&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=5%20Manhattan%20West&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=890%20Garrison%20Avenue&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=485%20Throop%20Ave%20Brooklyn&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31%20Chambers%20St.,%20N.Y.&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1601%20Ave.%20S,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=96-05%20Horace%20Harding%20Expway&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=58-50%2057%20Road,%20Maspeth,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=NYC%20-%20All%20Boroughs&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31%20Chambers%20St.,%20N.Y.&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31%20Chambers%20St.,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31%20Chambers%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=31%20Chambers%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Office%20of%20the%20Director&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=470%20Vanderbilt%20Ave&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=4%20World%20Trade%20Center&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=421%20East%2026th%20Street%20NY%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=90-27%20Sutphin%20Blvd,%20Queens%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=470%20Vanderbilt%20Ave&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=560%20Brook%20Avenue%20Bronx%20New%20Yor&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=560%20Brook%20Avenue%20Bronx%20New%20Yor&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%207th%20Floor,%20N.Y.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=280%20Broadway,%207th%20Floor,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=32-20%20Northern%20Blvd,%20L.I.C.%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=120%20Broadway,%20New%20York,%20NY&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Prospect%20Pk%2095%20Ppw%20&5Th%20St&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=79Th%20St%20&%20Riverside%20Dr.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=79Th%20St%20&%20Riverside%20Dr.&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=79Th%20St%20&%20Riverside%20Dr.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Prospect%20Pk%2095%20Ppw%20&5Th%20St&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
=======
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=79Th%20St%20&%20Riverside%20Dr.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=79Th%20St%20&%20Riverside%20Dr.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=345%20Adams%20St.,%20Brooklyn&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Prospect%20Pk%2095%20Ppw%20&5Th%20St&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=125%20Worth%20Street,%20Nyc&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=17%20Bristol%20Street%20Brooklyn%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24%20West%2061%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=33%20Beaver%20St,%20New%20York%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24%20West%2061%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24%20West%2061%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24%20West%2061%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=24%20West%2061%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=255%20Greenwich%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=165%20Cadman%20Plaza%20East&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=420%20East%2038Th%20St.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=420%20East%2038Th%20St.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Not%20Used&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=28-11%20Queens%20Plaza%20No.,%20L.I.C.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Flushing%20Meadow%20Pk%20Olmsted%20Ctr&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
<<<<<<< HEAD
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
=======
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=150%20William%20Street,%20New%20York%20N&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=55%20Water%20St%20Ny%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1%20Centre%20St.,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=66%20John%20Street,%20New%20York,%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
<<<<<<< HEAD
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20St.%20Marks%20Pl.,%20Staten%20Isla&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1274%20Bedford%20Ave.,%20Brooklyn&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "1274
## Bedford Ave., Brooklyn"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "83 Maiden
## Lane, New York Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "83 Maiden
## Lane, New York Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Avenue&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "151-20
## Jamaica Avenue"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "100
## Church St., N.Y."
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "100
## Church St., N.Y."
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "59-17
## Junction Blvd Corona Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "9
## Metrotech Center, Brooklyn N"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "9
## Metrotech Center, Brooklyn N"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "100 Gold
## Street"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "100 Gold
## Street"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "80 Maiden
## Lane"
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "30-30
## Thomson Ave L I City Qns"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "30-30
## Thomson Ave L I City Qns"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=240-250-252%20Livingston%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location =
## "240-250-252 Livingston Street"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "110
## William St. N Y"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "110
## William St. N Y"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "75-20
## Astoria Blvd"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "100
## Church St., N.Y."
## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=155%20West%20Broadway%20New%20York%20N%20Y&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "155 West
## Broadway New York N Y"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20Jay%20St,%20Brooklyn%20%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "350 Jay
## St, Brooklyn Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20Jay%20St,%20Brooklyn%20%20Ny&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "350 Jay
## St, Brooklyn Ny"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "42-09
## 28th Street"
## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=42-09%2028th%20Street&sensor=false
## Warning: geocode failed with status OVER_QUERY_LIMIT, location = "42-09
## 28th Street"
======= ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=250%20Broadway,%20N.Y.&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=210%20Joralemon%20St.,%20Brooklyn&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=350%20St.%20Marks%20Pl.,%20Staten%20Isla&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=1274%20Bedford%20Ave.,%20Brooklyn&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=83%20Maiden%20Lane,%20New%20York%20Ny&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=151-20%20Jamaica%20Avenue&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Church%20St.,%20N.Y.&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=59-17%20Junction%20Blvd%20Corona%20Ny&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=9%20Metrotech%20Center,%20Brooklyn%20N&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=100%20Gold%20Street&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=80%20Maiden%20Lane&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=30-30%20Thomson%20Ave%20L%20I%20City%20Qns&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=240-250-252%20Livingston%20Street&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=110%20William%20St.%20N%20Y&sensor=false ## .Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=75-20%20Astoria%20Blvd&sensor=false >>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
nyc_jobs<- nyc_jobs %>%
  mutate(lon = geo$lon, lat = geo$lat) %>%
  group_by(job_category)
# plotly worldwild
Sys.setenv('MAPBOX_TOKEN' = 'pk.eyJ1IjoieHVxaW5nc2FsbHkiLCJhIjoiY2phZWh0djdyMHUzZTJ3bGR3MHFsdmIzZSJ9.vhYtu7zeAAuX6slhdDj6lA')

p <- nyc_jobs %>%
  mutate(text_label = str_c("Annual mean salary$:",salary_mean)) %>% 
  plot_mapbox(lat = ~lat, lon = ~lon,
              size=2,
              split = nyc_jobs$job_category,
              mode = 'scattermapbox') %>%
  add_markers(
    text = ~text_label,
    color = ~job_category,size = I(9)) %>%
  layout(title = 'Work Location',
         font = list(color='white'),
         plot_bgcolor = '#191A1A', paper_bgcolor = '#191A1A',
         mapbox = list(style = 'dark'),
         legend = list(orientation = 'h',
                       font = list(size = 8)),
         margin = list(l = 25, r = 25,
                       b = 25, t = 25,
                       pad = 2))
p
<<<<<<< HEAD
## Warning: Ignoring 41 observations
## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors
=======
## Warning: Ignoring 19 observations
## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74
#alternative map
#For location in NYC(2500-611)
myLocation_nyc = c(-74.23,40.58,-73.75,40.87)
myMap_nyc <- get_map(location=myLocation_nyc,
                 source = "stamen",maptype = "watercolor", crop = FALSE) 
## Map from URL : http://tile.stamen.com/watercolor/11/601/768.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/602/768.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/603/768.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/604/768.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/601/769.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/602/769.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/603/769.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/604/769.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/601/770.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/602/770.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/603/770.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/604/770.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/601/771.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/602/771.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/603/771.jpg
## Map from URL : http://tile.stamen.com/watercolor/11/604/771.jpg
ggmap(myMap_nyc)+
    geom_point(aes(x = lon, y = lat), data = nyc_jobs,
      alpha = .5, color="darkred",size = 3) +
    labs(title = "Work location in NYC")
<<<<<<< HEAD
## Warning: Removed 377 rows containing missing values (geom_point).

=======
## Warning: Removed 363 rows containing missing values (geom_point).

>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74

Boxplot of salary in different job category

nyc_jobs %>%
plot_ly(y = ~salary_mean, color = ~job_category, type = "box",
          colors = "Set2") %>%
layout(title = "Annual average salary distribution in 12 job categories")
<<<<<<< HEAD
=======
>>>>>>> f7bebf4a8aafa835c7f77621895f8b8381f79a74